Skip to content

chore(release): sync main to published v2.58.0 - #1146

Merged
agupta-eightfold merged 1 commit into
mainfrom
chore/sync-main-2.58.0
Jul 9, 2026
Merged

chore(release): sync main to published v2.58.0#1146
agupta-eightfold merged 1 commit into
mainfrom
chore/sync-main-2.58.0

Conversation

@agupta-eightfold

@agupta-eightfold agupta-eightfold commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Why

v2.58.0 was tagged and published to npm on 2026-07-07 (by Amol Samota), but its chore(release): 2.58.0 bump commit was never merged into main. As a result main's package.json was stale at 2.57.9behind the live npm version.

This blocks any further release: standard-version run from main would cut 2.57.10 (lower than the published 2.58.0) — a version regression.

What

Cherry-picks the original 2.58.0 bump commit (d0891640, authored by Amol) onto main:

  • package.json: 2.57.92.58.0
  • CHANGELOG.md: adds the 2.58.0 entry (matches what was published)

No source/runtime files touched — disjoint from the Revert #1138 already on main.

Safety

  • Does NOT re-publish. The npm publish pipeline triggers only on v* tag push; v2.58.0 already exists. Merging this PR does not tag or publish anything.
  • Purely reconciles main with the already-shipped release.

Follow-up

After this merges, 2.58.1 (patch) will be cut to release the pending Revert "fix(Upload)..." (#1138) that currently sits on main unreleased.

(cherry picked from commit d089164)
@codesandbox-ci

codesandbox-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.98%. Comparing base (8ce7f46) to head (7899365).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1146   +/-   ##
=======================================
  Coverage   84.97%   84.98%           
=======================================
  Files        1230     1230           
  Lines       21542    21542           
  Branches     8185     8185           
=======================================
+ Hits        18306    18307    +1     
+ Misses       3150     3149    -1     
  Partials       86       86           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@agupta-eightfold
agupta-eightfold merged commit 74dfc0a into main Jul 9, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants